home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Sarrus / SBook.app / English.lproj / inspector.nib / data.classes next >
Text File  |  1994-12-14  |  2KB  |  116 lines

  1. Switcher = {
  2.     ACTIONS = {
  3.     setView:;
  4.     };
  5.     OUTLETS = {
  6.     box5;
  7.     box0;
  8.     box7;
  9.     box2;
  10.     switchBox;
  11.     box1;
  12.     box8;
  13.     delegate;
  14.     box3;
  15.     box4;
  16.     box6;
  17.     box9;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. Inspector = {
  22.     ACTIONS = {
  23.     applySortToFile:;
  24.     changedParsingOption:;
  25.     changedDefaultSortOrder:;
  26.     fileAttribChanged:;
  27.     applyStyleToFile:;
  28.     changedAutosort:;
  29.     entryAttribChanged:;
  30.     changedSortKey:;
  31.     };
  32.     OUTLETS = {
  33.     dontParseAfterBlankSwitch;
  34.     sortOrderCover;
  35.     dontParseSwitch;
  36.     switcher;
  37.     dontParseItalicSwitch;
  38.     dialFileExactSwitch;
  39.     templateText;
  40.     dialEntryExactSwitch;
  41.     whoModifiedCell;
  42.     whoCreatedCell;
  43.     slc;
  44.     lastEnvelopeCell;
  45.     secondLineFont;
  46.     autosortSwitch;
  47.     firstLineFont;
  48.     dontParseEntrySwitch;
  49.     lastModifiedCell;
  50.     dontParseBoldSwitch;
  51.     lastEmailedCell;
  52.     applyTemplateButton;
  53.     templateSLC;
  54.     person;
  55.     dialBoldExactSwitch;
  56.     applySortOrderButton;
  57.     lastCalledCell;
  58.     sortNameCell;
  59.     defaultSortKeyCover;
  60.     window;
  61.     createdCell;
  62.     filenameCell;
  63.     lastSeenCell;
  64.     selectedCell;
  65.     entrySwitchMatrix;
  66.     };
  67.     SUPERCLASS = Object;
  68. };
  69. FirstResponder = {
  70.     ACTIONS = {
  71.     };
  72.     SUPERCLASS = Object;
  73. };
  74. ClipView = {
  75.     SUPERCLASS = View;
  76. };
  77. AppController = {
  78.     ACTIONS = {
  79.     import:;
  80.     showInspector:;
  81.     showPrefs:;
  82.     export:;
  83.     newList:;
  84.     setDebug:;
  85.     deleteName:;
  86.     showInfo:;
  87.     appDidInit:;
  88.     saveAll:;
  89.     open:;
  90.     };
  91.     OUTLETS = {
  92.     saveAsMenuCell;
  93.     importer;
  94.     revertToSavedMenuCell;
  95.     exporter;
  96.     dialer;
  97.     saveMenuCell;
  98.     infoPanel;
  99.     prefController;
  100.     inspector;
  101.     enveloper;
  102.     saveAllMenuCell;
  103.     emailer;
  104.     };
  105.     SUPERCLASS = Object;
  106. };
  107. EmacsText = {
  108.     SUPERCLASS = Text;
  109. };
  110. ReportInfo = {
  111.     SUPERCLASS = Object;
  112. };
  113. SBookText = {
  114.     SUPERCLASS = EmacsText;
  115. };
  116.